home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TTEXTREPORTDIALOG / TTEXTREPORTDIALOG.txt
Text File  |  2008-11-03  |  3KB  |  121 lines

  1. inherited TextReportDialog: TTextReportDialog
  2.   Caption = 'Text Compare Report'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited LayoutLB: TUiListBox
  6.     Items.WideStrings = (
  7.       'Side-by-side'
  8.       'Summary'
  9.       'Interleaved'
  10.       'Patch'
  11.       'Statistics'
  12.       'XML Dump')
  13.   end
  14.   inherited ReportGroupBox: TUiGroupBox
  15.     object ReportPanel: TUiPanel
  16.       Left = 2
  17.       Top = 15
  18.       Width = 381
  19.       Height = 42
  20.       Align = alTop
  21.       BevelOuter = bvNone
  22.       TabOrder = 0
  23.       object SelOnlyEdit: TUiCheckBox
  24.         Left = 6
  25.         Top = 4
  26.         Height = 17
  27.         Caption = 'Just selection'
  28.         TabOrder = 0
  29.         OnClick = SomethingChangedClick
  30.       end
  31.       object InsigIgnoredEdit: TUiCheckBox
  32.         Left = 6
  33.         Top = 24
  34.         Height = 17
  35.         Caption = 'Ignore unimportant'
  36.         TabOrder = 1
  37.         OnClick = SomethingChangedClick
  38.       end
  39.     end
  40.     object DisplayFilterPanel: TUiPanel
  41.       Left = 2
  42.       Top = 57
  43.       Width = 381
  44.       Height = 34
  45.       Align = alTop
  46.       BevelOuter = bvNone
  47.       TabOrder = 1
  48.       object DisplayFilterEdit: TUiComboBox
  49.         Left = 6
  50.         Top = 8
  51.         Width = 209
  52.         Height = 21
  53.         Style = csDropDownList
  54.         ItemHeight = 13
  55.         TabOrder = 0
  56.         OnChange = SomethingChangedClick
  57.       end
  58.       object ShowContextEdit: TUiCheckBox
  59.         Left = 222
  60.         Top = 8
  61.         Height = 17
  62.         Caption = 'Show Context'
  63.         TabOrder = 1
  64.         OnClick = SomethingChangedClick
  65.       end
  66.     end
  67.     object LayoutPageControl: TUiPageControl
  68.       Left = 2
  69.       Top = 91
  70.       Width = 381
  71.       Height = 36
  72.       Align = alClient
  73.       Style = tsFlatButtons
  74.       TabOrder = 2
  75.       TabStop = False
  76.       object tsSideBySide: TUiTabSheet
  77.         TabVisible = False
  78.         object IncludeNumsEdit: TUiCheckBox
  79.           Left = 2
  80.           Top = 0
  81.           Height = 17
  82.           Caption = 'Include line numbers'
  83.           TabOrder = 0
  84.           OnClick = SomethingChangedClick
  85.         end
  86.       end
  87.       object tsInterleaved: TUiTabSheet
  88.         TabVisible = False
  89.         object LeftIsSrcEdit: TUiCheckBox
  90.           Left = 2
  91.           Top = 0
  92.           Height = 17
  93.           Caption = 'Left is source'
  94.           TabOrder = 0
  95.           OnClick = SomethingChangedClick
  96.         end
  97.       end
  98.       object tsPatch: TUiTabSheet
  99.         TabVisible = False
  100.         object PatchKindEdit: TUiRadioGroup
  101.           Left = 2
  102.           Top = 0
  103.           Width = 369
  104.           Height = 33
  105.           Caption = 'Patch style'
  106.           Columns = 3
  107.           Items.WideStrings = (
  108.             'Normal diff'
  109.             'Context diff'
  110.             'Unified diff')
  111.           TabOrder = 0
  112.           OnClick = SomethingChangedClick
  113.         end
  114.       end
  115.       object tsNone: TUiTabSheet
  116.         TabVisible = False
  117.       end
  118.     end
  119.   end
  120. end
  121.